Main Page | Modules | Alphabetical List | Class List | File List | Class Members | File Members

LoadLibrary


Defines

#define DLL_FUNC_0(NAME, RETURN, DEFAULT_RETURN)   DLLTNSRI_API RETURN NAME();


Define Documentation

#define DLL_FUNC_0 NAME,
RETURN,
DEFAULT_RETURN   )     DLLTNSRI_API RETURN NAME();
 

If USE_LOADLIBRARY is set, the header file automatically loads the dll when the first call to a function is carried out. Even if this is quite comfortable, the dll should be loaded as early as possible. Not loadind the dll early might affect serious fragmentation in the navigators virtual memory.

To force the dll-loading early, just check the dll-version :). This should be done anyway.

Do not mix file includes using USE_LOADLIBRAY and not using LOADLIBRARY! If you need to incude the header more than once, think of using a compiler-wide define.


Generated on Fri Mar 17 09:08:07 2006 for RemoteInterface by  doxygen 1.4.4